Conversation
2ac9d23 to
b4c6785
Compare
94b45ef to
9056908
Compare
findepi
left a comment
There was a problem hiding this comment.
LGTM
when it comes to rest integration I'd defer to @alexjo2144
9056908 to
1f7ee78
Compare
1f7ee78 to
43d905f
Compare
|
The I'm going to try reverting the REST server container update. |
|
I'm guessing we need to update the Iceberg version for Spark as well: trinodb/docker-images#164 This seems to indicate that data written with Iceberg 1.2 is not readable by Iceberg 1.1, which is concerning. |
43d905f to
15a2742
Compare
|
I looked at the failures in /cc @findepi |
|
Nice find. Does this mean that Iceberg 1.2.0 is unusable until this is fixed? Do we need to wait for 1.2.1 to upgrade? |
|
Hmm, it appears that this commit went into Iceberg 1.1.0. Any idea why it didn't break before? Or thoughts on a workaround? |
I think this is only an issue with the removal of statistics files, but I don't know why it wasn't an issue with Iceberg 1.1.0. @findepi any ideas? |
|
We might get a fix for this into 1.2.1 |
|
@electrum We're working on pulling together the 1.2.1 release (there's a small set of issues, so hopefully we'll have a quick turnaround for you). I believe the fix for this is already in mainline, so it'll be included in 1.2.1. |
|
@electrum Iceberg 1.2.1 has been officially released now. I've also created a new version of the REST server image: |
15a2742 to
d7376fd
Compare
d7376fd to
8626ad8
Compare
|
@nastra Thanks, updated. Hopefully all the tests pass this time, then I'll finally merge this |
Fixes #15372
Release notes
(x) This is not user-visible or docs only and no release notes are required.